#Team {
    height: 890px;
}

#Team #Text {
    font-family: 'Rubik';
    flex-direction: column;
    padding-top: 3rem;
    align-items: center;
}

#Team #Text #MainHeading {
    font-size: 1rem;
    font-weight: bold;
}

#Team #Text #DownH {
    font-size: 3rem;
    color: white;
}

#Team #TeamList #pics {
    justify-content: center;
    margin-top: 2rem;
}

#Team #TeamList #pics .commonPic {
    height: 25.5rem;
    border: 1px solid red;
    width: 21.87rem;
    margin: 0.8rem;
}

#Team #TeamList #text {
    justify-content: center;
    margin-top: 0rem;
}

#Team #TeamList #text .commonText {
    height: 10rem;
    border: 1px solid red;
    width: 21.87rem;
    margin: 0.8rem;
}

@media only screen and (max-width: 1366px) {
    #Team {
        height: 700px;
    }
    #Team #TeamList #pics .commonPic {
        height: 19.5rem;
        border: 1px solid red;
        width: 16.87rem;
        margin: 0.3rem;
    }
    #Team #TeamList #text .commonText {
        height: 6rem;
        border: 1px solid red;
        width: 16.87rem;
        margin: 0.3rem;
    }
}